Skip to main content

Flow Requests

Route: flow_requests Description: Requests to run a flow

Endpoints

Load Flow Request By Flow Session

Load the record by flow session

Endpoint

https://api.botdojo.com/api/v1/:account_id/projects/:project_id/flow_requests/loadByFlowSession

Parameters (Array)

IndexNameDescriptionType
0flowIdThe id of the flowString
1sessionIdThe id of the sessionString

Returns

  • results - Array

Example

curl -X POST -H "Content-Type: application/json" -H " Authorization: YOUR_API_KEY" -d '{
[
"flowId",
"sessionId"]
}' "https://api.botdojo.com/api/v1/:account_id/projects/:project_id/flow_requests/loadByFlowSession"